home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPACE 1
/
SPACE - Library 1 - Volume 1.iso
/
utilitys
/
93
/
makersh
/
globals.h
next >
Wrap
C/C++ Source or Header
|
1987-10-12
|
568b
|
38 lines
/* makersh.prg global variables */
int contrl[12],intin[128],ptsin[128],intout[128],ptsout[128];
int work_out[57];
int work_in[12];
int handle;
RSHDR rheader;
BITBLK *bitblks;
ICONBLK *iconblks;
TEDINFO *teds;
OBJECT *objs;
int curimage = -1 ;
char *types[] = {
"G_BOX",
"G_TEXT",
"G_BOXTEXT",
"G_IMAGE",
"G_USERDEF",
"G_IBOX",
"G_BUTTON",
"G_BOXCHAR",
"G_STRING",
"G_FTEXT",
"G_FBOXTEXT",
"G_ICON",
"G_TITLE"
};
char *head;
long *stradds,*bbadds;
FILE *in;
FILE *out;
int strmax = MAXSTR;
int nstrings = 0;
int nimages = 0;